home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / zoomhint.zip / HELPME.ARJ / IM221.TXT < prev    next >
Text File  |  1993-09-14  |  2KB  |  67 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with Intermail 2.21                   09-14-93
  3. B.J. Guillot
  4. FidoNet: 106/400                             InterNet: st1r8@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. Keep in mind that fax commands cannot be stored in NVRAM.
  8.  
  9. Here is the relevant information from IMSETUP ...
  10.  
  11. [IMSETUP] Modem -> Advanced Setup -> Command Strings
  12.   Init-1 ... atz|
  13.   Init-2 ... at+fcr=1;+fdcc=1,5,0,2,0,0,0,0|
  14.   Init-3 ... at+flid="713 555 1212"|
  15.  
  16. [IMSETUP] Modem -> Advanced Setup -> Answer Control
  17.   Manual answer    Yes
  18.   Force answer     at+faa=1a|
  19.  
  20. The force answer string should really be "at+faa=1;a", but this will not
  21. fit.  The Supra modem will not care.  Others might.
  22.  
  23. -------------------------------------------------------------------------
  24.  
  25. [IMSETUP] Modem -> Advanced Setup -> Connect Strings
  26.  
  27. You will see a list of 14 or so preconfigured connect strings, press
  28. <INSERT> to add one.  If your modem returns "FAX" on a fax call, like the
  29. Supra, use the first string provided.  If your modem returns "+FCON" on a
  30. fax call, like the PPI FXMT, use the second string.
  31.  
  32.   Connect Message                          Speed  EC  BBSexit  Terminate
  33.  
  34.   FAX                                      19200  N   0        255
  35.   +FCON                                    19200  N   0        255
  36.  
  37. -------------------------------------------------------------------------
  38.  
  39. Notice that "BBSexit" is equal to ZERO.
  40.  
  41. IMRUN.BAT should contain something similar to ...
  42.  
  43. @echo off
  44. c:
  45. cd\im
  46. im
  47. if errorlevel 255 bgfax /fax c:\bgfax 1 z
  48. if errorlevel 103 maint.bat
  49. if errorlevel 102 toss.bat
  50. if errorlevel 101 local.bat
  51. if errorlevel 100 dobbs.bat
  52.  
  53. The /fax means your modem reports "FAX".  If it reports "+FCON" use one of
  54. these two lines.
  55.  
  56. if errorlevel 255 bgfax /fcon c:\bgfax 1 z
  57.   or
  58. if errorlevel 255 bgfax /fast c:\bgfax 1 z
  59.  
  60. You will have to experiment to determine which is correct.
  61.  
  62. ==========================================================================
  63.  
  64. Regards,
  65. B.J. Guillot
  66.  
  67.